func go/types.newTypeList

5 uses

	go/types (current package)
		check.go#L516: 		m[ident] = Instance{newTypeList(targs), typ}
		instantiate.go#L81: 		named.targs = newTypeList(targs)
		typelists.go#L31: func newTypeList(list []Type) *TypeList {
		typexpr.go#L443: 		inst.targs = newTypeList(targs)
		typexpr.go#L457: 				n.targs = newTypeList(inferred)